home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 3-Presentations / Markets / Education / HyperCard In Education / King Tut / background_2643.txt < prev    next >
Text File  |  1990-04-02  |  1KB  |  65 lines

  1. -- background: 2643 from stack: in
  2. -- bmap block id: 6914
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=277 top=287 right=335 bottom=316
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 9761 / 9761
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Map
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to next
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 3 (button)
  28. -- low flags: 00
  29. -- high flags: 8000
  30. -- rect: left=189 top=287 right=332 bottom=244
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 8538 / 8538
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Floor Plan
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to card id 7308
  42. end mouseUp
  43.  
  44.  
  45.  
  46.  
  47. -- part 4 (button)
  48. -- low flags: 00
  49. -- high flags: A002
  50. -- rect: left=16 top=319 right=340 bottom=76
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Return
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   global returncard
  62.   go to returncard
  63. end mouseUp
  64.  
  65.